SftTree/NET 2.0

OrientationDefault Property, HeadersClass Class

Softel vdm, Inc.

Defines the default orientation of the parts within cells in column headers.

Syntax      HeadersClass Class (Softelvdm.SftTreeNET)

VB   

Public Property OrientationDefault As OrientationEnum

C#   

public OrientationEnum OrientationDefault { get; set; }

C++   

public: property OrientationEnum OrientationDefault {
        OrientationEnum get();
        void set(OrientationEnum value);
}

Property Value

The default orientation.

OrientationEnum

Value

Description

Horizontal

1

Parts are positioned next to each other.

Vertical

2

Parts are positioned one below the other.

The default value is OrientationEnum.Horizontal.

Comments

The OrientationDefault property defines the default orientation of the parts within cells in column headers.

Individual cells can override the default orientation using the CellBaseClass.Orientation property.

The defined orientation also applies to all row headers in the column header area.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com